home *** CD-ROM | disk | FTP | other *** search
/ Inside Magic / Inside Magic.iso / mac / Inside Magic™ LM / Inside Magic™ LM.dxr / 00664.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  158 b   |  11 lines

  1. on enterFrame
  2.   SetNotBusy()
  3. end
  4.  
  5. on exitFrame
  6.   global gMooVChan
  7.   MooVChanOn()
  8.   set the movieRate of sprite gMooVChan to 1
  9.   set the soundEnabled to 1
  10. end
  11.